Fix the textview-margins reftest
authorMatthias Clasen <mclasen@redhat.com>
Fri, 11 Mar 2016 21:46:52 +0000 (16:46 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 11 Mar 2016 21:46:52 +0000 (16:46 -0500)
This test has a word that wouldn't fit in the room we have with
a window width of 100, and then we get clipped in the one case
but not the other. Make the window a little wider, so it fits.

testsuite/reftests/textview-margins.ref.ui
testsuite/reftests/textview-margins.ui

index 2d1d4498a0717418cb966a5d6fc32f0b98eb369c..624ba062b7f9b2eabe0c3e0b22fa6ba6ea862b70 100644 (file)
@@ -8,7 +8,8 @@
   <object class="GtkWindow" id="window">
     <property name="can_focus">False</property>
     <property name="type">popup</property>
-    <property name="default_width">100</property>
+    <property name="default_width">106</property>
+    <property name="resizable">0</property>
     <child>
       <object class="GtkTextView" id="textview1">
         <property name="visible">True</property>
index 9fd04879a0b0c7d899a870ed6d31ca7bf31ea7fc..34c2d4cc37f8aef4fb6e2e3119db3e57da6a9801 100644 (file)
@@ -8,7 +8,8 @@
   <object class="GtkWindow" id="window">
     <property name="can_focus">False</property>
     <property name="type">popup</property>
-    <property name="default_width">100</property>
+    <property name="default_width">106</property>
+    <property name="resizable">0</property>
     <child>
       <object class="GtkTextView" id="textview1">
         <property name="visible">True</property>